home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 3 / Info_Mac_1994-01.iso / Text Processing / Edit II 2.11 / Version History < prev   
Encoding:
Text File  |  1992-10-12  |  8.2 KB  |  186 lines  |  [TEXT/EDIT]

  1. Version History
  2. ~~~~~~~~~~~~~~~
  3. 2.1.1 (10/12/92) Maintenance Release
  4. ~~~~~
  5. • No changes in documentation from 2.1 (except for the registration page)
  6. ** Bugs fixed **
  7. • Doing 'Save As' with the same filename gave a -47 error [Tried to delete
  8. an existing file of the same name] 2.1.1 now closes the file before
  9. doing a delete.
  10.  
  11. 2.1 (09/24/92)
  12. ~~~
  13. ** New Features **
  14. • Reverse printing is now optional (accessible from the Print dialog box).
  15. • Autowrap now implemented (thanks to all who requested it).  What happens is
  16. that the first space after the wrap column is automagically converted into a
  17. space.  If the cursor happens to be clicked in the middle of a line and typing
  18. starts, then the rest of the line is not pushed over the wrap margin until
  19. the space is typed.
  20. • Wrap on open implemented (useful for opening TeachText files).
  21. • Respects file access rights (should be great for all you who wanted to use
  22. Edit II on networked files).
  23. • Can set default size for new window (great for those with HUGE screens).
  24. • command-up arrow does a page up while command-down arrow does a page down
  25. (this was devised for PowerBook users - like me).
  26. • A bullet appears in front of the names of the unsaved files in the Windows
  27. menu.
  28. ** Bugs fixed **
  29. • Transfer now doesn't reopen files.
  30. • Additional menus (such as fax modem menus) don't corrupt the menu bar.
  31. • Double-clicking on an Edit II alias doesn't keep the cursor to the watch.
  32. • Clicking on Cancel in the Quit dialog box doesn't cause an immediate quit.
  33. • Clicking on No on the Quit dialog box doesn't skip all the other windows.
  34. • Unwrap now marks the window as being changed.
  35. • File names containing ; ^ ! < / and ( are now set up properly in the
  36. windows menu. (AppendMenu doesn't like these characters!)
  37.  
  38. 2.0.2 (05/14/92)
  39. ~~~~~
  40. *** New Features ***
  41. • Global settings (default font, size, creator; linefeed stripping; other
  42. miscellaneous settings) now accessible from Preferences command in Options
  43. menu.
  44. • Cursor jumping with the '-' key is now an optional feature (from the
  45. Preferences dialog).
  46. • Y/N/C can be used instead of clicking on the Yes/No/Cancel buttons.
  47. Command-period works for cancel in all dialogs (I tested most of them!).
  48. All dialogs now feature highlighted default buttons.
  49. • Stationery-aware for all you System 7 people.  Stationery documents store
  50. text and settings and will open as Untitled.  Rebuild desktop to see new
  51. stationery icon (or use SaveABndl like I do).
  52. *** Bugs fixed ***
  53. • Double-clicking on a file too large to fit in memory now lets you know
  54. of the problem.
  55. • Balancing parentheses/braces/brackets in a large file now works (used
  56. an int for a long).
  57. • Menu hiliting has been streamlined.
  58. • Inadvertant switching when toggling num lock on or off under
  59. Apollo/PwrSwitcher has been fixed (put an extra delay in between ADB calls).
  60.  
  61. 2.0.1 (03/12/92)
  62. ~~~~~
  63. *** Bugs fixed ***
  64. • Double-clicking to open an Edit II text file while Edit II was running
  65. frequently gave an File Manager error #-43 (file not found).  Would also
  66. manifest itself as crashing when choosing Open...  (Forgot to clear
  67. pb.ioFDirIndex).
  68. • Turned off 'Get FrontClicks' bit in SIZE resource to prevent erroneous
  69. clicks when switching into Edit II.
  70.  
  71. 2.0 (03/07/92) "A whole new release"
  72. ~~~
  73. *** New Features ***
  74. • Major rearrangement (again) of the command key equivalents to be in line with
  75. the Apple User Interface Guidelines.  Check out the menus.
  76. • New documentation (in MacWrite format).
  77. • New Goodies menu which includes new functionality - Wrap, Unwrap and Remove
  78. Invisibles.
  79. • Windows menu has Tile, Layer, Close All, Save All.
  80. • Support for (virtually) unlimited windows -- subject to memory!
  81. • Page up/down does *not* change insertion point (as per interface guidelines).
  82. • Shift-arrows work OK now (selection extension).
  83. *** Bugs fixed ***
  84. • Cursor now tracks properly (I-beam is properly set!)
  85. • Menu purged ID=84 error fixed (Menu #100 was set purgeable - a no-no!)
  86. • Resource-less file (and new windows) now takes on the default font and size.
  87.  
  88. 1.2.7 (10/29/91) "Lean, mean and 32bit clean"
  89. ~~~~~
  90. We're now 32bit clean!  No, you didn't miss 1.2.5 and 1.2.6!
  91. *** New Features ***
  92. • You might want to rebuild the Desktop since I've included some colored icons
  93. for System 7.0.  The black 'n white icon has been slightly modified (added a pixel).
  94. • Size menu now friendlier under System 7.0, especially with TrueType/ATM fonts.
  95. • Larger and Smaller font size options added.
  96. • Reversed the version history in the ReadMe file so that the latest is at the top!
  97. *** Bugs fixed ***
  98. • Copy & Cut now not restricted to 32K of text (you should have sufficient space
  99. though, a check is made to ensure that twice the space is available - may be a
  100. bad heuristic but it seems to work ok).
  101. • Doing a Copy followed by closing the window did not transfer the stuff copied
  102. to the system scrap.  This has been fixed.
  103. • Slight rearrangement (again) of the command key equivalents.  Select All is now
  104. cmd-A, Find Again is now cmd-D.
  105.  
  106. 1.2.4 (09/14/91) Maintenance Release
  107. ~~~~~
  108. *** Bugs fixed ***
  109. • GetEditPrefs: IOError=-39 when trying to read pre-1.2.3 EditPrefs file (file
  110. size different)
  111. • Does not crash under UniFinder, now uses WaitNextEvent exclusively.
  112.  
  113. 1.2.3 (08/24/91)
  114. ~~~~~
  115. • EditPrefs file now contains print headers flag, number of spaces per tab.
  116. • Close now has cmd-W as the command key.  Consequently, Replace is now cmd-R,
  117. Replace and Find Again is cmd-Y, Page Setup is cmd-; and Print is cmd-P.
  118. • Print headers on each page is now optional.
  119. • Number of spaces per tab is now a global value and can be saved as a preference.
  120. This means that Set Tabs... will affect all future new windows and can be saved
  121. into the EditPrefs file.
  122. • The '-' key on the keypad now acts as a jump to previous insertion points (last 5).
  123. *** Bugs fixed ***
  124. • File list under Windows updates when an Untitled window is saved and when a
  125. window is Saved As another name.
  126.  
  127. 1.2.2 (05/17/91) Maintenance release.
  128. ~~~~~
  129. *** Bugs fixed ***
  130. • Existing clipboard contents are read in when the program starts.
  131.  
  132. 1.2.1 (05/16/91) Maintenance release.
  133. ~~~~~
  134. *** Bugs fixed ***
  135. • Cursor updating now done via MultiFinder 'cursor moved' event rather than
  136. everytime through the main event loop (cosmetic 'bug' since I noticed that the
  137. cursor would 'stick' to the arrow when moving very rapidly from the scroll bar
  138. to the editing window).
  139. • Clipboard contents are updated when the program is quit.
  140.  
  141. 1.2 (05/04/91)
  142. ~~~
  143. • EditPrefs file now includes a flag for New Untitled to optionally open a new
  144. untitled window on startup.  Default is to open the Untitled window.
  145. *** Bugs fixed ***
  146. • Selecting Quit from File menu and then selecting Cancel from the 'Save changes
  147. before quitting?' dialog would quit to the Finder anyway.
  148. • Now saves ETAB and EFNT information (tab/space and font/size resources) to the
  149. file if this is changed during edit.
  150.  
  151. 1.1 (04/05/91)
  152. ~~~
  153. • EditPrefs file in the Preferences folder of the System Folder now contains the
  154. setup of the options, font, size and creator which were saved last.  Default
  155. settings are: the following options are enabled (Auto Indent and SmartStrip),
  156. font is Monaco, size is 9 and creator is EDIT.  Preferences file is not created
  157. if System Folder is on a locked disk (e.g. network server or locked local disk).
  158. • Balance command added to Edit menu to balance parentheses, braces and
  159. brackets.
  160. • Remove LFs command added to Edit menu to remove all linefeeds from window,
  161. if Strip LF or SmartStrip are not selected.
  162. • Select All added to Edit menu.
  163. *** Bugs fixed ***
  164. • Typing the letter ‘O’ while in CursorPad mode would cause a cursor down
  165. operation in 1.0.2.
  166. • If Caps Lock key is down (and the Caps Lock LED is on) then hitting
  167. num lock to set CursorPad mode would turn off the Caps Lock LED.
  168. • NumLock LED would stay on when printing from the Finder.
  169. • ID=12 Bomb eliminated on quit from Edit II, due to calling non-existent ADB
  170. routines on Mac Plusses and below.
  171. (Operational tweak: removed Think's ANSI library to save a lot of space!)
  172.  
  173. 1.0.2 (11/20/90)
  174. ~~~~~
  175. • Now recognizes the extended keyboard del, home, end, pgup and pgdn keys
  176. while in the Cursor Pad mode.
  177. • Fixed toggling of LEDs.
  178. • Added Enter Selection menu item in Search menu to allow for copying of
  179. the selected text into the Search String box in the Find dialog (a la Think C).
  180. You can enter the selected text and then use Find Again to look for
  181. its next occurence.
  182.  
  183. 1.0.1 (10/09/90)
  184. ~~~~~
  185. First release.
  186.